home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Plug_ins / EScript.api / EXVW / 6500 < prev   
Text File  |  2001-09-12  |  286b  |  13 lines

  1. dialog(name: '$$$IDS_GOTO_TITLE', target_id: 'line')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_row)
  6.         {
  7.             static_text(item_id: 'dsc0', name: '$$$IDS_LINENO_STR');
  8.             edit_text(item_id: 'line', width: max_char_width() * 8);
  9.         }
  10.         ok_cancel();
  11.     }
  12. }
  13.